Next | Prev | Up | Top | Contents | Index

DKI Changes

The changes from the new DKI affect the driver routines called by the rest of the IRIX kernel, both the *devsw entry points and the interrupt handlers. The details of these interfaces are described in the IRIX Device Driver Reference Pages . The primary changes are:


Addressability

The driver needs to arrange for addressability of the device registers in the CHALLENGE/Onyx family and, in the interest of having common code for VME drivers between the POWER Series(TM) and these systems, drivers must set up the appropriate mappings. This is done by the new pio_map() routines, which have similar calling interfaces to the dma_map() routines from prior versions.


Next | Prev | Up | Top | Contents | Index